home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2002-06-14  |  13KB  |  575 lines

  1. object Form4: TForm4
  2.   Left = 306
  3.   Top = 212
  4.   HelpContext = 800
  5.   BorderStyle = bsDialog
  6.   Caption = 'Agent Options'
  7.   ClientHeight = 380
  8.   ClientWidth = 475
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button2: TButton
  20.     Left = 390
  21.     Top = 344
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'ok'
  25.     TabOrder = 0
  26.     OnClick = Button2Click
  27.   end
  28.   object Button1: TButton
  29.     Left = 296
  30.     Top = 344
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'cancel'
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 8
  39.     Top = 8
  40.     Width = 457
  41.     Height = 321
  42.     HelpContext = 140
  43.     ActivePage = TabSheet1
  44.     TabIndex = 0
  45.     TabOrder = 2
  46.     object TabSheet1: TTabSheet
  47.       HelpContext = 810
  48.       Caption = 'Alert'
  49.       object GroupBox20: TGroupBox
  50.         Left = 32
  51.         Top = 8
  52.         Width = 385
  53.         Height = 49
  54.         Caption = 'Alert'
  55.         TabOrder = 0
  56.         object CheckBox3: TCheckBox
  57.           Left = 24
  58.           Top = 16
  59.           Width = 97
  60.           Height = 17
  61.           Caption = 'Enable alert'
  62.           TabOrder = 0
  63.         end
  64.         object ComboBox15: TComboBox
  65.           Left = 224
  66.           Top = 16
  67.           Width = 121
  68.           Height = 21
  69.           ItemHeight = 13
  70.           TabOrder = 1
  71.           Text = 'Alert 1'
  72.         end
  73.       end
  74.       object GroupBox2: TGroupBox
  75.         Left = 32
  76.         Top = 72
  77.         Width = 177
  78.         Height = 201
  79.         Caption = 'Alert condition'
  80.         TabOrder = 1
  81.         object Label5: TLabel
  82.           Left = 16
  83.           Top = 112
  84.           Width = 26
  85.           Height = 13
  86.           Caption = 'value'
  87.         end
  88.         object Label6: TLabel
  89.           Left = 16
  90.           Top = 152
  91.           Width = 45
  92.           Height = 13
  93.           Caption = 'in column'
  94.         end
  95.         object RadioButton1: TRadioButton
  96.           Left = 16
  97.           Top = 48
  98.           Width = 97
  99.           Height = 17
  100.           Caption = 'if changed'
  101.           TabOrder = 0
  102.         end
  103.         object RadioButton2: TRadioButton
  104.           Left = 16
  105.           Top = 64
  106.           Width = 97
  107.           Height = 17
  108.           Caption = 'if < value'
  109.           TabOrder = 1
  110.         end
  111.         object RadioButton3: TRadioButton
  112.           Left = 16
  113.           Top = 80
  114.           Width = 97
  115.           Height = 17
  116.           Caption = 'if = value'
  117.           TabOrder = 2
  118.         end
  119.         object RadioButton4: TRadioButton
  120.           Left = 16
  121.           Top = 32
  122.           Width = 105
  123.           Height = 17
  124.           Caption = 'if updated'
  125.           Checked = True
  126.           TabOrder = 3
  127.           TabStop = True
  128.         end
  129.         object RadioButton5: TRadioButton
  130.           Left = 16
  131.           Top = 96
  132.           Width = 97
  133.           Height = 17
  134.           Caption = 'if > value'
  135.           TabOrder = 4
  136.         end
  137.         object TEdit
  138.           Left = 16
  139.           Top = 128
  140.           Width = 97
  141.           Height = 21
  142.           TabOrder = 5
  143.         end
  144.         object ComboBox3: TComboBox
  145.           Left = 16
  146.           Top = 168
  147.           Width = 97
  148.           Height = 21
  149.           ItemHeight = 13
  150.           TabOrder = 6
  151.         end
  152.         object RadioButton13: TRadioButton
  153.           Left = 16
  154.           Top = 16
  155.           Width = 97
  156.           Height = 17
  157.           Caption = 'if error'
  158.           TabOrder = 7
  159.         end
  160.       end
  161.     end
  162.     object TabSheet2: TTabSheet
  163.       Caption = 'Archive'
  164.       ImageIndex = 1
  165.       object GroupBox22: TGroupBox
  166.         Left = 32
  167.         Top = 20
  168.         Width = 281
  169.         Height = 157
  170.         Caption = 'archive'
  171.         TabOrder = 0
  172.         object Label10: TLabel
  173.           Left = 18
  174.           Top = 81
  175.           Width = 47
  176.           Height = 13
  177.           Caption = 'max. days'
  178.         end
  179.         object Label37: TLabel
  180.           Left = 81
  181.           Top = 81
  182.           Width = 56
  183.           Height = 13
  184.           Caption = 'max. entries'
  185.         end
  186.         object Label38: TLabel
  187.           Left = 151
  188.           Top = 81
  189.           Width = 93
  190.           Height = 13
  191.           Caption = 'max. entries/source'
  192.         end
  193.         object CheckBox27: TCheckBox
  194.           Left = 15
  195.           Top = 21
  196.           Width = 200
  197.           Height = 17
  198.           Caption = 'remember query terms'
  199.           TabOrder = 0
  200.         end
  201.         object CheckBox28: TCheckBox
  202.           Left = 15
  203.           Top = 37
  204.           Width = 200
  205.           Height = 17
  206.           Caption = 'remember results'
  207.           TabOrder = 1
  208.         end
  209.         object CheckBox29: TCheckBox
  210.           Left = 15
  211.           Top = 53
  212.           Width = 200
  213.           Height = 17
  214.           Caption = 'remember only unread'
  215.           TabOrder = 2
  216.         end
  217.         object SpinEdit8: TSpinEdit
  218.           Left = 16
  219.           Top = 96
  220.           Width = 49
  221.           Height = 22
  222.           MaxValue = 0
  223.           MinValue = 0
  224.           TabOrder = 3
  225.           Value = 15
  226.         end
  227.         object SpinEdit9: TSpinEdit
  228.           Left = 80
  229.           Top = 96
  230.           Width = 57
  231.           Height = 22
  232.           MaxValue = 0
  233.           MinValue = 0
  234.           TabOrder = 4
  235.           Value = 500
  236.         end
  237.         object SpinEdit10: TSpinEdit
  238.           Left = 152
  239.           Top = 96
  240.           Width = 57
  241.           Height = 22
  242.           MaxValue = 0
  243.           MinValue = 0
  244.           TabOrder = 5
  245.           Value = 50
  246.         end
  247.       end
  248.     end
  249.     object TabSheet3: TTabSheet
  250.       Caption = 'Scheduling'
  251.       ImageIndex = 2
  252.       object GroupBox5: TGroupBox
  253.         Left = 32
  254.         Top = 16
  255.         Width = 145
  256.         Height = 161
  257.         Caption = 'Scheduling'
  258.         TabOrder = 0
  259.         object SpinEdit2: TSpinEdit
  260.           Left = 16
  261.           Top = 68
  262.           Width = 41
  263.           Height = 22
  264.           MaxValue = 0
  265.           MinValue = 0
  266.           TabOrder = 0
  267.           Value = 10
  268.         end
  269.         object ComboBox6: TComboBox
  270.           Left = 56
  271.           Top = 68
  272.           Width = 65
  273.           Height = 21
  274.           ItemHeight = 13
  275.           TabOrder = 1
  276.           Text = 'minutes'
  277.           Items.Strings = (
  278.             'minutes'
  279.             'hours'
  280.             'days')
  281.         end
  282.         object CheckBox10: TCheckBox
  283.           Left = 16
  284.           Top = 48
  285.           Width = 97
  286.           Height = 17
  287.           Caption = 'check if online'
  288.           TabOrder = 2
  289.         end
  290.         object CheckBox20: TCheckBox
  291.           Left = 16
  292.           Top = 104
  293.           Width = 97
  294.           Height = 17
  295.           Caption = 'check if offline'
  296.           TabOrder = 3
  297.         end
  298.         object SpinEdit7: TSpinEdit
  299.           Left = 16
  300.           Top = 123
  301.           Width = 41
  302.           Height = 22
  303.           MaxValue = 0
  304.           MinValue = 0
  305.           TabOrder = 4
  306.           Value = 10
  307.         end
  308.         object ComboBox13: TComboBox
  309.           Left = 59
  310.           Top = 124
  311.           Width = 65
  312.           Height = 21
  313.           ItemHeight = 13
  314.           TabOrder = 5
  315.           Text = 'minutes'
  316.           Items.Strings = (
  317.             'minutes'
  318.             'hours'
  319.             'days')
  320.         end
  321.         object CheckBox26: TCheckBox
  322.           Left = 16
  323.           Top = 16
  324.           Width = 97
  325.           Height = 17
  326.           Caption = 'check at start'
  327.           TabOrder = 6
  328.         end
  329.       end
  330.     end
  331.     object TabSheet4: TTabSheet
  332.       Caption = 'Clients'
  333.       ImageIndex = 3
  334.       object GroupBox11: TGroupBox
  335.         Left = 32
  336.         Top = 12
  337.         Width = 153
  338.         Height = 165
  339.         Caption = 'Assigned program'
  340.         TabOrder = 0
  341.         object Label25: TLabel
  342.           Left = 8
  343.           Top = 68
  344.           Width = 38
  345.           Height = 13
  346.           Caption = 'program'
  347.         end
  348.         object Label27: TLabel
  349.           Left = 8
  350.           Top = 108
  351.           Width = 52
  352.           Height = 13
  353.           Caption = 'parameters'
  354.         end
  355.         object Edit3: TEdit
  356.           Left = 8
  357.           Top = 84
  358.           Width = 129
  359.           Height = 21
  360.           TabOrder = 0
  361.         end
  362.         object Edit4: TEdit
  363.           Left = 8
  364.           Top = 124
  365.           Width = 129
  366.           Height = 21
  367.           TabOrder = 1
  368.         end
  369.         object RadioButton14: TRadioButton
  370.           Left = 8
  371.           Top = 16
  372.           Width = 140
  373.           Height = 17
  374.           Caption = 'Default web client'
  375.           Checked = True
  376.           TabOrder = 2
  377.           TabStop = True
  378.         end
  379.         object RadioButton15: TRadioButton
  380.           Left = 8
  381.           Top = 48
  382.           Width = 140
  383.           Height = 17
  384.           Caption = 'Custom'
  385.           TabOrder = 3
  386.         end
  387.         object RadioButton20: TRadioButton
  388.           Left = 8
  389.           Top = 32
  390.           Width = 140
  391.           Height = 17
  392.           Caption = 'Default email client'
  393.           TabOrder = 4
  394.         end
  395.       end
  396.     end
  397.     object TabSheet5: TTabSheet
  398.       Caption = 'Update'
  399.       ImageIndex = 4
  400.       object GroupBox4: TGroupBox
  401.         Left = 32
  402.         Top = 16
  403.         Width = 137
  404.         Height = 177
  405.         Caption = 'Agent update'
  406.         TabOrder = 0
  407.         object SpeedButton5: TSpeedButton
  408.           Left = 16
  409.           Top = 96
  410.           Width = 105
  411.           Height = 22
  412.           Caption = 'Check now !'
  413.         end
  414.         object Label7: TLabel
  415.           Left = 16
  416.           Top = 128
  417.           Width = 77
  418.           Height = 13
  419.           Caption = 'Checking period'
  420.         end
  421.         object RadioButton6: TRadioButton
  422.           Left = 8
  423.           Top = 16
  424.           Width = 113
  425.           Height = 17
  426.           Caption = 'no update'
  427.           Checked = True
  428.           TabOrder = 0
  429.           TabStop = True
  430.         end
  431.         object RadioButton7: TRadioButton
  432.           Left = 8
  433.           Top = 32
  434.           Width = 113
  435.           Height = 17
  436.           Caption = 'confirmed update'
  437.           TabOrder = 1
  438.         end
  439.         object RadioButton8: TRadioButton
  440.           Left = 8
  441.           Top = 48
  442.           Width = 113
  443.           Height = 17
  444.           Caption = 'silent update'
  445.           TabOrder = 2
  446.         end
  447.         object SpinEdit1: TSpinEdit
  448.           Left = 16
  449.           Top = 144
  450.           Width = 41
  451.           Height = 22
  452.           Ctl3D = True
  453.           MaxValue = 0
  454.           MinValue = 0
  455.           ParentCtl3D = False
  456.           TabOrder = 3
  457.           Value = 1
  458.         end
  459.         object ComboBox4: TComboBox
  460.           Left = 56
  461.           Top = 144
  462.           Width = 60
  463.           Height = 21
  464.           ItemHeight = 13
  465.           TabOrder = 4
  466.           Text = 'weeks'
  467.           Items.Strings = (
  468.             'hours'
  469.             'days'
  470.             'weeks')
  471.         end
  472.       end
  473.     end
  474.     object TabSheet6: TTabSheet
  475.       HelpContext = 820
  476.       Caption = 'Limits'
  477.       ImageIndex = 5
  478.     end
  479.     object TabSheet7: TTabSheet
  480.       HelpContext = 190
  481.       Caption = 'Display'
  482.       ImageIndex = 6
  483.       object GroupBox14: TGroupBox
  484.         Left = 32
  485.         Top = 121
  486.         Width = 150
  487.         Height = 84
  488.         Caption = 'Highlight'
  489.         TabOrder = 0
  490.         object CheckBox14: TCheckBox
  491.           Left = 8
  492.           Top = 16
  493.           Width = 140
  494.           Height = 17
  495.           Caption = 'Changes'
  496.           TabOrder = 0
  497.         end
  498.         object CheckBox15: TCheckBox
  499.           Left = 8
  500.           Top = 32
  501.           Width = 140
  502.           Height = 17
  503.           Caption = 'Search term'
  504.           TabOrder = 1
  505.         end
  506.         object CheckBox32: TCheckBox
  507.           Left = 8
  508.           Top = 48
  509.           Width = 140
  510.           Height = 17
  511.           Caption = 'Change in sorted column'
  512.           TabOrder = 2
  513.         end
  514.       end
  515.       object GroupBox15: TGroupBox
  516.         Left = 32
  517.         Top = 220
  518.         Width = 150
  519.         Height = 49
  520.         Caption = 'Schema'
  521.         TabOrder = 1
  522.         object ComboBox10: TComboBox
  523.           Left = 8
  524.           Top = 16
  525.           Width = 113
  526.           Height = 21
  527.           ItemHeight = 13
  528.           TabOrder = 0
  529.           Text = 'default'
  530.         end
  531.       end
  532.       object GroupBox6: TGroupBox
  533.         Left = 32
  534.         Top = 16
  535.         Width = 150
  536.         Height = 89
  537.         Caption = 'Aggregation'
  538.         TabOrder = 2
  539.         object Label9: TLabel
  540.           Left = 16
  541.           Top = 40
  542.           Width = 71
  543.           Height = 13
  544.           Caption = 'if equal column'
  545.         end
  546.         object TComboBox
  547.           Left = 16
  548.           Top = 56
  549.           Width = 105
  550.           Height = 21
  551.           ItemHeight = 13
  552.           TabOrder = 0
  553.         end
  554.         object CheckBox11: TCheckBox
  555.           Left = 16
  556.           Top = 16
  557.           Width = 97
  558.           Height = 17
  559.           Caption = 'aggregate'
  560.           TabOrder = 1
  561.         end
  562.       end
  563.     end
  564.   end
  565.   object Button4: TButton
  566.     Left = 200
  567.     Top = 344
  568.     Width = 75
  569.     Height = 25
  570.     Caption = 'help'
  571.     TabOrder = 3
  572.     OnClick = Button4Click
  573.   end
  574. end
  575.